Flow PHP

DeleteBlobOptions implements EndpointOptions uses UserAgentHeader

FinalYes

Interfaces

EndpointOptions

Methods

toHeaders()  : array<string|int, mixed>
toURIParameters()  : array<string|int, mixed>
userAgentHeader()  : string
withDeleteSnapshots()  : self
withDeleteType()  : self
withLeaseId()  : self
withRequestId()  : self
withSnapshot()  : self
withTimeoutSeconds()  : self
withUserAgent()  : void
withVersion()  : self
withVersionId()  : self

Methods

toHeaders()

public toHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>

toURIParameters()

public toURIParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

userAgentHeader()

public userAgentHeader() : string
Return values
string

withLeaseId()

public withLeaseId(string $leaseId) : self
Parameters
$leaseId : string
Return values
self

withRequestId()

public withRequestId(string $requestId) : self
Parameters
$requestId : string
Return values
self

withSnapshot()

public withSnapshot(string $snapshot) : self
Parameters
$snapshot : string
Return values
self

withTimeoutSeconds()

public withTimeoutSeconds(int $timeoutSeconds) : self
Parameters
$timeoutSeconds : int
Return values
self

withUserAgent()

public withUserAgent(string $userAgentHeader) : void
Parameters
$userAgentHeader : string

withVersion()

public withVersion(string $version) : self
Parameters
$version : string
Return values
self

withVersionId()

public withVersionId(string $versionId) : self
Parameters
$versionId : string
Return values
self

        
On this page

Search results