Uses of Class
com.azure.core.annotation.ServiceClientProtocol
-
Packages that use ServiceClientProtocol Package Description com.azure.core.annotation Package containing annotations for client side methods that maps to REST APIs. -
-
Uses of ServiceClientProtocol in com.azure.core.annotation
Methods in com.azure.core.annotation that return ServiceClientProtocol Modifier and Type Method Description ServiceClientProtocolprotocol()Theprotocolclients created from this builder will use to interact with the service.static ServiceClientProtocolServiceClientProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceClientProtocol[]ServiceClientProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-